home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / Utilities / System Utility / Open-wide 3.5.3 / Read Me < prev   
Text File  |  1993-06-27  |  3KB  |  69 lines

  1. Open-wide Recent Changes
  2.  
  3. ----- 3.5.3
  4.  
  5. Added another special case to the stretching algorithm:  In SFPGet and SFGet cases, if the scroll item has 0 height, don't make it move. For benefit of PageMaker.
  6.  
  7.  
  8. ----- 3.5.2
  9.  
  10. At the entry of the Pack3 patch, see if there is a pending cleanup notification, and if so dispose of it.  This is to fix a problem that occurred if you created a second SF dialog before the cleanup for the first had executed.
  11.  
  12. When I dispose of DLOG_h and DITL_h, set them to NIL. This may not fix anything, but increases predictability.
  13.  
  14. In Select_rect in the cdev, a keystroke before the mouse is clicked dismisses the selection rectangle, while a keystroke while the mouse is down is ignored.
  15.  
  16.  
  17. ----- 3.5.1
  18.  
  19. Marked the 'cdev' resource unpurgeable.  If it actually got purged while running, it would blow the global variables.
  20.  
  21.  
  22. ----- 3.4.2 = 3.5
  23.  
  24. Added patch to DetachResource to fix a conflict with Directory Assistance. This patch is only installed if startup code finds Directory Assistance in the Extensions folder.
  25.  
  26.  
  27. ----- 3.4.1
  28.  
  29. Help text corrections.
  30.  
  31.  
  32. ----- 3.4
  33.  
  34. Modified Stretch_dialog again, introducing PREV_MULTIPLE. Previously, if the maximum dialog height imposed a stronger constraint on stretching than the optimum list height, we were apt to get a height that was not a magic multiple.  Now we will, unless the only way to get a nice multiple is to shrink the list or exceed the max. dialog height.
  35.  
  36. Interface changes by SL.
  37.  
  38.  
  39. ----- 3.4b3
  40.  
  41. In Track_box, make sure height >= font_height + 2, to account for cases where the font's line height is more than 50 points.
  42.  
  43. For some reason Find_list_font_height wasn't working right, and needed to be recompiled?!  Maybe it had only been working in the INIT, not the cdev.
  44.  
  45. Modified Stretch_dialog's v_stretch computation, to make it more likely that the file list gets to be a nice multiple even if it started out greater than the "optimum".
  46.  
  47.  
  48. ----- 3.4b2
  49.  
  50. Added "Try it" button to parameters dialog.
  51.  
  52. Installed Show_help 2.3.
  53.  
  54. SL's interface changes: Geneva 9 dialogs, change in default buttons, etc.
  55.  
  56.  
  57. ----- 3.4b1
  58.  
  59. Rewrote main routine using exceptions.h.
  60.  
  61. Use a notification response procedure to clean up after the patch, so that the patch itself can be a head-patch.  This should make Open-wide essentially reentrant.
  62.  
  63. Instead of patching GetResource and HomeResFile on the fly, patch them at startup and use a flag to determine whether they are active or not.  This seems more likely to be compatible with other Pack3 patches.
  64.  
  65.  
  66. ----- 3.3.1
  67.  
  68. Update help text to say it must load after MaxAppleZoom.  No code changes.
  69.